﻿ .fx-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
 .fx-modal .ai-progress {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
}
 .fx-modal .ai-progress .pro-box {
  overflow: hidden;
  border-radius: 10px;
  background: #272222;
}
 .fx-modal .ai-progress .pro-box .title {
  background: linear-gradient(90deg, #181713 0%, #f7cfa1 100%), #222020;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
}
 .fx-modal .ai-progress .pro-box .title .icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
 .fx-modal .ai-progress .pro-box .title .icon img {
  width: 80%;
  height: 100%;
}
 .fx-modal .ai-progress .pro-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 20px;
  line-height: 24px;
}
 .fx-modal .ai-progress .pro-box .progress-box {
  padding: 10px 16px 40px 16px;
}
 .fx-modal .ai-progress .pro-box .progress-box .item {
  margin-top: 25px;
}
 .fx-modal .ai-progress .pro-box .progress-box .item .i-title {
  color: #f1eded;
  font-family: "SF Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}
 .fx-modal .fx-result {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
  display: none;
}
 .fx-modal .fx-result .result-box {
  overflow: hidden;
  border-radius: 10px;
  background: #4f3d3d;
}
 .fx-modal .fx-result .result-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
  width: 100%;
  text-align: center;
}
 .fx-modal .fx-result .result-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
 .fx-modal .fx-result .result-box .result-con {
  padding: 20px 20px 30px 20px;
}
 .fx-modal .fx-result .result-box .result-con .btn {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #20c930;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ddfcc7 0%, #e9ffe2 100%);
  color: #20c930;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.6px;
  padding: 14px 42px;
  margin: 20px auto 0px auto;
  max-width: 305px;
  text-align: center;
  -webkit-animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
  animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
}


 .fx-modal .fx-result {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
}
 .fx-modal .fx-result .result-box {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}
 .fx-modal .fx-result .result-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
  width: 100%;
  text-align: center;
}
 .fx-modal .fx-result .result-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
 .fx-modal .fx-result .result-box .result-con {
  padding: 20px 20px 30px 20px;
}
 .fx-modal .fx-result .result-box .result-con .btn {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #20c930;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ddfcc7 0%, #e9ffe2 100%);
  color: #20c930;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.6px;
  padding: 14px 42px;
  margin: 20px auto 0px auto;
  max-width: 305px;
  text-align: center;
  -webkit-animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
  animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
}

 .fx-modal .fx-result .result-box {
  overflow: hidden;
  border-radius: 10px;
  background: #4f3d3d;
}
 .fx-modal .fx-result .result-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
  width: 87%;
  text-align: center;
}
 .fx-modal .fx-result .result-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
  width: 87%;
}
 .fx-modal .fx-result .result-box .result-con {
  padding: 20px 20px 30px 20px;
}
 .fx-modal .fx-result .result-box .result-con .btn {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #20c930;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ddfcc7 0%, #e9ffe2 100%);
  color: #20c930;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.6px;
  padding: 14px 42px;
  margin: 20px auto 0px auto;
  max-width: 305px;
  text-align: center;
  -webkit-animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
  animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
}

 .fx-modal .fx-result {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 15px;
  overflow: hidden;
  max-width: 500px;
  display: none;
}
 .fx-modal .fx-result .result-box {
  overflow: hidden;
  border-radius: 10px;
  background: #352727;
}
 .fx-modal .fx-result .result-box .title {
  background: linear-gradient(90deg, #fffaea 0%, #f7cfa1 100%), #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  padding: 19px 22px;
  width: 87%;
  text-align: center;
}
 .fx-modal .fx-result .result-box .title .word {
  color: #ff8400;
  font-family: "SF Pro";
  font-weight: 510;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
 .fx-modal .fx-result .result-box .result-con {
  padding: 20px 20px 30px 20px;
}
 .fx-modal .fx-result .result-box .result-con .btn {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #20c930;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ddfcc7 0%, #e9ffe2 100%);
  color: #20c930;
  font-family: "SF Pro";
  font-weight: 590;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.6px;
  padding: 14px 42px;
  margin: 20px auto 0px auto;
  max-width: 305px;
  text-align: center;
  -webkit-animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
  animation: button 1.5s cubic-bezier(0.61, 0.2, 0.63, 1.36) infinite;
}
